hasDuration

abstract fun hasDuration(block: DesignBlock): Boolean

Deprecated

Use supportsDuration instead.

Replace with

this.supportsDuration(block)

Returns whether the block has a duration property.

Return

true if the block has a duration property.

Parameters

block

the block to query.